home *** CD-ROM | disk | FTP | other *** search
/ Widget Workshop - The Mad Scientist's Laboratory / Widget Workshop - A Mad Scientist's Laboratory (1996)(Maxis)[Mac-PC].iso / pc / win31 / widget / widget.ini < prev    next >
INI File  |  1995-05-15  |  3KB  |  129 lines

  1.  
  2. [Widget Workshop]
  3. Done=0000000
  4. Fit=0
  5.  
  6. ;The following are also available as command line switches
  7. ;Delete the semicolon to activate switches
  8.  
  9. ;SimpleSoundPlease=1
  10. ;NoSoundPlease=1
  11. ;NoIntroPlease=1
  12. ;AltMousePlease=1
  13. ;NoWinGPlease=1
  14. ;UseWinGPlease=1
  15. ;No3DControlsPlease=1
  16. ;Allow16ColorsPlease=1
  17. ;NoWarnNon256ColorsPlease=1
  18. ;MonochromePlease=1
  19. ;NoCheckDlgLen=1
  20.  
  21. [general]
  22. ; if ShowDevices exists and is non-zero then Widget will display wave out device drivers upon launch
  23. ;
  24. ; ShowDevices=0  : default
  25. ; ShowDevices=1     : show output from waveOutGetDevCaps
  26. ShowDevices=0
  27.  
  28. ; if WaveOutDevice exists it should be between zero and one less num devices
  29. ; the default is WAVE_MAPPER
  30. ;
  31. ; WaveOutDevice=0 : use the first device (default)
  32. ; WaveOutDevice=1 : use the second device
  33. ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
  34. ;
  35. ;
  36. WaveOutDevice=0
  37.  
  38. ; wwsound will detect if it is running on a 286 and not use any 386 instructions
  39. ; you can force it to use the 286 only code on a 386 by setting cmixit=1
  40. ; cmixit=0 (default) 
  41. ; cmixit=1 uses only 286 code (even on a 386 or >)
  42.  
  43. [default]
  44. ; Remix=1 = ResetRemix()
  45. ; Remix=2 = NoResetRemix()
  46. ; default=1
  47. Remix=1
  48.  
  49. ; GoodWavePos=0 = uses timeGetTime() (default)
  50. ; GoodWavePos=1 = uses waveOutGetPosition()
  51. GoodWavePos=0
  52.  
  53. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  54. ; default=3
  55. WaveBlocks=3
  56.  
  57. ; WaveBlockLen=#  min = 512 max = 4096
  58. ;   if a number is not specified wwsound.dll will try to determine a size
  59. ;
  60.  
  61. ; SamplesPerSec=11 (11.025 Khz) (default)
  62. ;              =22 (22.04  KHz)
  63. ;              =44 (44.1   KHz)
  64. SamplesPerSec=11
  65.  
  66. [Windows Sound System Playback]
  67. ; Need to set do11khzmce=FALSE in system.ini->[sndsys.drv] if want to use Remix=1 and SamplesPerSec=11
  68. Remix=1
  69. GoodWavePos=1
  70. WaveBlocks=3
  71. SamplesPerSec=22
  72. ;WaveBlockLen=
  73.  
  74. [MultiSound Wave Out]
  75. Remix=2
  76. GoodWavePos=1
  77. WaveBlocks=3
  78. ;WaveBlockLen=
  79.  
  80. [SB16 Wave Out]
  81. Remix=1
  82. GoodWavePos=0
  83. WaveBlocks=5
  84. SamplesPerSec=22
  85. ;WaveBlockLen=
  86.  
  87. [SBPro Wave Out]
  88. Remix=1
  89. GoodWavePos=0
  90. WaveBlocks=5
  91. ;WaveBlockLen=
  92.  
  93. [Media Vision Waveform Output]
  94. Remix=1
  95. GoodWavePos=0
  96. WaveBlocks=3
  97. ;WaveBlockLen=
  98.  
  99. [UltraSound Waveform Output]
  100. Remix=1
  101. GoodWavePos=0
  102. WaveBlocks=5
  103. SamplesPerSec=11
  104.  
  105. [not compatible]
  106. ; sound drivers that are not compatible with Widget can be added here
  107. ; (the =1 is necessary).  One of the major conflicts occurs with the PC Speaker
  108. ; drivers.  Widget will only work properly with devices that support asynchronous
  109. ; operation - most of the pc speaker drivers are synchronous  The name of the devices
  110. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  111. ; Widget.  One major problem with some of the pc speaker
  112. ; drivers is that they report that they are asynchronous when they are really not.
  113.  
  114. Wave driver for PC Speaker=1
  115.  
  116.  
  117. ;Additional statement for non-asynchronous sound cards  This does the same thing as
  118. ;the SimpleSoundPlease command switch above - Widget will only use 
  119. ;sndPlaySound(...,SND_SYNC)  to play only
  120. ;synchroneous sounds with medium level functions
  121.  
  122. ;If you are not sure what sound drivers Widgets is using, but sound is causing problems,
  123. ;set ShowDevices=1 above and run Widgets to display this information, then enter the name of
  124. ;the device driver followed by =1 below. (The SB16 driver is shown as an example.)
  125.  
  126. [No Low Level]
  127. ;SB16 Wave Out=1
  128.  
  129.